home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.12 Dec 90 / CleanPict Source / OffscreenGrafPort.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-29  |  248 b   |  12 lines  |  [TEXT/KAHL]

  1. /*                                            CleanMain.c                                            */
  2. /*
  3.  * Prototypes for OffscreenGrafPort.c
  4.  */
  5. #ifndef    NIL
  6. #define NIL        ((void *) 0)
  7. #endif
  8.  
  9. GrafPtr        CreateOSGrafPort(Rect);
  10. void            CopyOSGrafPort(GrafPtr, GrafPtr, RgnHandle);
  11. void            DeleteOSGrafPort(GrafPtr);
  12.